home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / r3iarot.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  760 b   |  38 lines

  1.  
  2. // JavaScript wrapper for r3iarot.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAROTATE_H = 1;
  7. include("real/intact/r3iatran.js")
  8. include("oops/r3vector.js")
  9.  
  10.  
  11. var R3CLID_IAROTATE = 146;
  12.  
  13.  
  14.  
  15.  
  16. R3IARA_Angle = 146500;
  17. function SetR3IARA_Angle(value) {
  18.   R3Set(this.r3obj, R3IARA_Angle, value, R3TID_FLOAT, 0); 
  19. }
  20.  
  21. function GetR3IARA_Angle() {
  22.   return R3Get(this.r3obj, R3IARA_Angle, R3TID_FLOAT, 0); 
  23. }
  24.  
  25.  
  26.  
  27. function r3Iarotate () { 
  28.    this.base = r3God;
  29.    if(arguments.length) {
  30.       this.base(R3CLID_IAROTATE, arguments);
  31.    }
  32.    // Attributes
  33.    this.GetAngle=GetR3IARA_Angle;
  34.    this.SetAngle=SetR3IARA_Angle;
  35. }
  36.  
  37. r3Iarotate.prototype=new r3Iatransform;
  38. // r3iarot.h_H